API Documentation
Static Public Attributes | List of all members
nkAstraeus::lua::nkMemoryWrap::Constants Struct Reference

Constants encompassing user type identifiers for the wrapping of nkMemory. More...

Static Public Attributes

static const std::string NAMESPACE
 Identifies the namespace.
 
static const std::string BUFFER
 Identifies a nkMemory::Buffer.
 
static const std::string BUFFER_CAST
 Identifies a nkMemory::BufferCast<unsigned char>.
 
static const std::string BUFFER_CAST_INT
 Identifies a nkMemory::BufferCast<int>.
 
static const std::string BUFFER_CAST_FLOAT
 Identifies a nkMemory::BufferCast<float>.
 
static const std::string BUFFER_CAST_DOUBLE
 Identifies a nkMemory::BufferCast<double>.
 
static const std::string BUFFER_VIEW
 Identifies a nkMemory::BufferView<unsigned char>.
 
static const std::string BUFFER_VIEW_INT
 Identifies a nkMemory::BufferView<int>.
 
static const std::string BUFFER_VIEW_FLOAT
 Identifies a nkMemory::BufferView<float>.
 
static const std::string BUFFER_VIEW_DOUBLE
 Identifies a nkMemory::BufferView<double>.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkMemory.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


The documentation for this struct was generated from the following file: